projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5150eee
)
(Fdo_auto_save): Improve "auto save disabled" msg.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Feb 2002 10:36:49 +0000
(10:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Feb 2002 10:36:49 +0000
(10:36 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index b1b555fafc42c0f4423c2af22907a74de7c58a31..177d44aeae03b98566b63c8940990fa344d29399 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-5671,7
+5671,7
@@
A non-nil CURRENT-ONLY argument means save only current buffer. */)
{
/* It has shrunk too much; turn off auto-saving here. */
minibuffer_auto_raise = orig_minibuffer_auto_raise;
- message_with_string ("Buffer %s has shrunk a lot; auto save
turned off ther
e",
+ message_with_string ("Buffer %s has shrunk a lot; auto save
disabled in that buffer until next real sav
e",
b->name, 1);
minibuffer_auto_raise = 0;
/* Turn off auto-saving until there's a real save,